-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config memory #23
Conversation
Review I will be abroading next week, so further work will be put on hold first. |
@KOWX712 Understood. Thanks for your work, and good luck 👍 |
Make it stored in /sdcard/download/Re-Malwack , better. |
Storing in place that user can access easily is not a good option, since this hosts file is a kind of cached that speed up the hosts toggle process, not an important data that we need to show to user. |
@KOWX712 Ah, Okay then. |
- Add memory for whitelist and blacklist - Download custom block's hosts only on host update operation, custom block hosts stored in /data/adb/Re-Malwack/cache - use parallel download, reduce host update duration
57c4087
to
7a219c0
Compare
format spacing
9c1eb99
to
bc6a4be
Compare
Significantly shorten installation process by: - reducing sleep period - optimize ping command - optimize check conflict script - use parallel download
Ready to review, let me know if you encounter any problem |
- skip banner if running from magisk manager
a0cc809
to
3db3699
Compare
Okay, I'm testing the new changes, just added whitelist.txt to repo as the module uses it also. |
801a485
to
dded7f9
Compare
dded7f9
to
3b609aa
Compare
It's all done 💯 |
Changelog
/data/adb/Re-Malwack/cache/
Demo
Download test package 10
To-do